QuickOPC User's Guide and Reference
EasyDAItemSubscriptionArguments<T> Constructor(EasyDAItemSubscriptionArguments<T>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > EasyDAItemSubscriptionArguments<T> Class > EasyDAItemSubscriptionArguments<T> Constructor : EasyDAItemSubscriptionArguments<T> Constructor(EasyDAItemSubscriptionArguments<T>)
The typed item subscription arguments object to be copied from.
Initializes a new copy of the EasyDAItemSubscriptionArguments<T> object.
Syntax
'Declaration
 
Public Function New( _
   ByVal args As EasyDAItemSubscriptionArguments(Of T) _
)
public EasyDAItemSubscriptionArguments<T>( 
   EasyDAItemSubscriptionArguments<T> args
)
public:
EasyDAItemSubscriptionArguments<T>( 
   EasyDAItemSubscriptionArguments<T^>^ args
)

Parameters

args
The typed item subscription arguments object to be copied from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also